home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / XRX4020.PMF < prev    next >
Text File  |  1993-01-01  |  7KB  |  227 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Xerox 4020 Color Ink Jet.    ;
  4. ;                                       ;
  5. ;  (C) Copyright 1991 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Xerox 4020 Color Ink Jet"
  10. RESET    =  27,13,80
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "Select Font"
  27.   DESC   =  "Select font character generator."
  28.   CODES  =  27,70,0
  29.             "Please select font by entering one"
  30.             "of the following decimal values:"
  31.             " "
  32.             "Value   Font"
  33.             "-----   ---------------------"
  34.             "  0     #1"
  35.             "  1     #2"
  36.             "  2     #3"
  37.             "  3     #4"
  38.             "  4     #5"
  39.             "  5     Downloaded characters"
  40.             "  6     Old characters"
  41.             "  7     Default font"
  42.             " "
  43.             "Example: Entering 2 selects font"
  44.             "#3."
  45.             0
  46.  
  47. NAME     =  "Select Color"
  48.   DESC   =  "Selects character color and"
  49.             "background color."
  50.   CODES  =  27,64,0
  51.             "Please select character color by"
  52.             "entering one of the following"
  53.             "decimal values:"
  54.             " "
  55.             "0 = White      4 = Yellow"
  56.             "1 = Black      5 = Green"
  57.             "2 = Magenta    6 = Cyan"
  58.             "3 = Red        7 = Violet"
  59.             " "
  60.             "Example: Entering 1 selects the"
  61.             "default character color black."
  62.             0,0
  63.             "Please select background color by"
  64.             "entering one of the following"
  65.             "decimal values:"
  66.             " "
  67.             "0 = White      4 = Yellow"
  68.             "1 = Black      5 = Green"
  69.             "2 = Magenta    6 = Cyan"
  70.             "3 = Red        7 = Violet"
  71.             " "
  72.             "Example: Entering 0 selects the"
  73.             "default background color white."
  74.             0
  75.  
  76. NAME     =  "Select NLQ Print"
  77.   DESC   =  "Activate Near Letter Quality (NLQ)"
  78.             "printing. Characters printed in NLQ"
  79.             "are crisper and more like the"
  80.             "characters produced by a type-"
  81.             "writer."
  82.   CODES  =  27,119,97
  83.  
  84. NAME     =  "Select Draft Quality Print"
  85.   DESC   =  "Activate Draft Quality printing."
  86.             "Use draft for printing drafts and"
  87.             "other documents that you want to"
  88.             "print quickly."
  89.   CODES  =  27,119,98
  90.  
  91. NAME     =  "Select International Character Set"
  92.   DESC   =  "Select the international character"
  93.             "set to be used."
  94.   CODES  =  27,119,0
  95.             "Please select character set by"
  96.             "entering one of the following"
  97.             "decimal values:"
  98.             " "
  99.             "1 = Default character set"
  100.             "2 = ISO 6937"
  101.             "3 = US ANSI X3.4"
  102.             "4 = UK BS 4730"
  103.             "5 = Swedish SIS"
  104.             "6 = French NF Z"
  105.             "7 = German DIN"
  106.             "8 = Dutch NEN"
  107.             "9 = Italian UNI"
  108.             "10 = Spanish PNE"
  109.             "11 = Norwegian"
  110.             "12 = Danish DS"
  111.             "13 = Finnish"
  112.             "14 = Portuguese"
  113.             "15 = FR. Canadian"
  114.             " "
  115.             "Example: Entering 8 selects the"
  116.             "Dutch NEN character set."
  117.             0
  118.  
  119. NAME     =  "Set Page Length"
  120.   DESC   =  "Set the number of lines per page."
  121.   CODES  =  27,12,0
  122.             "Please enter the number of lines"
  123.             "per page in decimal:"
  124.             " "
  125.             "Range: 1 to 126."
  126.             " "
  127.             "Example: Entering 66 sets 66 lines"
  128.             "per page."
  129.             0
  130.  
  131. NAME     =  "Expanded ON"
  132.   DESC   =  "Expand the print horizontally"
  133.             "and/or vertically."
  134.   CODES  =  27,87,0
  135.             "Please enter horizontal expansion"
  136.             "factor in decimal."
  137.             " "
  138.             "Example: Entering 2 causes"
  139.             "characters to be expanded"
  140.             "horizontally twice."
  141.             0,0
  142.             "Please enter vertical expansion"
  143.             "factor in decimal."
  144.             " "
  145.             "Example: Entering 3 causes"
  146.             "characters to be expanded"
  147.             "vertically three times."
  148.             0
  149.  
  150. NAME     =  "Expanded OFF"
  151.   DESC   =  "Deactivate expanded print."
  152.   CODES  =  27,38
  153.  
  154. NAME     =  "Compressed ON"
  155.   DESC   =  "Activate compressed print."
  156.   CODES  =  27,87,48,48
  157.  
  158. NAME     =  "Compressed OFF"
  159.   DESC   =  "Deactivate compressed print."
  160.   CODES  =  27,38
  161.  
  162. NAME     =  "Superscript ON"
  163.   DESC   =  "Activate superscript print."
  164.             "Characters are printed at an offset"
  165.             "above the normal print line."
  166.   CODES  =  27,116
  167.  
  168. NAME     =  "Superscript OFF"
  169.   DESC   =  "Deactivate superscript print."
  170.   CODES  =  27,115
  171.  
  172. NAME     =  "Subscript ON"
  173.   DESC   =  "Activate subscript print."
  174.             "Characters are printed at an offset"
  175.             "below the normal print line."
  176.   CODES  =  27,117
  177.  
  178. NAME     =  "Subscript OFF"
  179.   DESC   =  "Deactivate subscript print."
  180.   CODES  =  27,115
  181.  
  182. NAME     =  "Underline ON"
  183.   DESC   =  "Activate underline print."
  184.             "Characters, including the space,"
  185.             "are underscored."
  186.   CODES  =  27,69
  187.  
  188. NAME     =  "Underline OFF"
  189.   DESC   =  "Deactivate underline print."
  190.   CODES  =  27,82
  191.  
  192. NAME     =  "Print Unidirectional"
  193.   DESC   =  "Print from left to right only."
  194.   CODES  =  27,92
  195.  
  196. NAME     =  "Print Bidirectional"
  197.   DESC   =  "Print from both left to right and"
  198.             "right to left."
  199.   CODES  =  27,47
  200.  
  201. NAME     =  "Set Left Margin"
  202.   DESC   =  "Set the left margin."
  203.   CODES  =  27,108,0
  204.             "Enter character column position in"
  205.             "which to set the left margin."
  206.             " "
  207.             "Range: 0 to 254 decimal."
  208.             " "
  209.             "Example: Entering 15 (decimal)"
  210.             "while printer is in 10 cpi, would"
  211.             "set the left margin at 1 1/2""."
  212.             0,13
  213.  
  214. NAME     =  "Set Right Margin"
  215.   DESC   =  "Set the right margin."
  216.   CODES  =  27,114,0
  217.             "Enter character column position in"
  218.             "which to set the right margin."
  219.             " "
  220.             "Range: 1 to 255 decimal."
  221.             " "
  222.             "Example: Entering 80 (decimal)"
  223.             "while printer is in 10 cpi, would"
  224.             "set right margin at 8""."
  225.             0,13
  226.  
  227.